home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMLIMITHEADERS / TFRMLIMITHEADERS.txt
Encoding:
Text File  |  2005-02-07  |  2.3 KB  |  115 lines

  1. object frmLimitHeaders: TfrmLimitHeaders
  2.   Left = 96
  3.   Top = 228
  4.   HelpContext = 1880
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 140
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     250
  20.     140)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Beveles1: TBevelesU
  24.     Left = 4
  25.     Top = 8
  26.     Width = 245
  27.     Height = 73
  28.     Shape = bsFrame
  29.     BorderWidth = 0
  30.   end
  31.   object Label1: TTntLabel
  32.     Left = 198
  33.     Top = 48
  34.     Width = 38
  35.     Height = 13
  36.     Caption = 'headers'
  37.   end
  38.   object OkBtn: TMMTNTBItBtn
  39.     Left = 86
  40.     Top = 112
  41.     Width = 75
  42.     Height = 25
  43.     Anchors = [akTop, akRight]
  44.     Caption = '&OK'
  45.     Default = True
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBtnText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ModalResult = 1
  52.     ParentFont = False
  53.     TabOrder = 2
  54.   end
  55.   object CancelBtn: TMMTNTBItBtn
  56.     Left = 170
  57.     Top = 112
  58.     Width = 75
  59.     Height = 25
  60.     Anchors = [akTop, akRight]
  61.     Cancel = True
  62.     Caption = '&Cancel'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clBtnText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ModalResult = 2
  69.     ParentFont = False
  70.     TabOrder = 3
  71.   end
  72.   object UseForAllCB: TtntAutoSizeCheckBox
  73.     Left = 12
  74.     Top = 88
  75.     Width = 220
  76.     Height = 17
  77.     Caption = '&Use this for all directly following downloads'
  78.     Ctl3D = True
  79.     ParentCtl3D = False
  80.     TabOrder = 1
  81.     Visible = False
  82.   end
  83.   object DownloadAllRB: TtntAutoSizeRadioButton
  84.     Left = 14
  85.     Top = 24
  86.     Width = 179
  87.     Height = 17
  88.     Caption = 'Download &all headers (up to XXX)'
  89.     TabOrder = 4
  90.   end
  91.   object DownloadUpToRB: TtntAutoSizeRadioButton
  92.     Left = 14
  93.     Top = 48
  94.     Width = 95
  95.     Height = 17
  96.     Caption = 'Download &up to'
  97.     Checked = True
  98.     TabOrder = 5
  99.     TabStop = True
  100.   end
  101.   object LimitHeadersSE: tMMjvspinedit
  102.     Left = 128
  103.     Top = 44
  104.     Width = 64
  105.     Height = 21
  106.     MaxValue = 500000.000000000000000000
  107.     MinValue = 1.000000000000000000
  108.     Value = 3000.000000000000000000
  109.     Ctl3D = True
  110.     ParentCtl3D = False
  111.     TabOrder = 0
  112.     OnChange = LimitHeadersSEChange
  113.   end
  114. end
  115.